home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / revrdist.sit / Local #includes / TransDisplayProto.h < prev    next >
Encoding:
Text File  |  1989-04-21  |  1003 b   |  21 lines  |  [TEXT/KAHL]

  1. Boolean IsDWindow (WindowPtr theWind);
  2. TEHandle GetDWindowTE (WindowPtr theWind);
  3. void SetDWindowStyle (WindowPtr theWind, Integer font, Integer size, Integer wrap, Integer just);
  4. void SetDWindowPos (WindowPtr theWind, Integer lineNum);
  5. void SetDWindowNotify (WindowPtr theWind, vProcPtr p);
  6. void SetDWindowFlush (WindowPtr theWind, Longint maxText, Longint flushAmt);
  7. void SetDWindow (WindowPtr theWind);
  8. GetDWindow (WindowPtr *theWind);
  9. void FlushDWindow (WindowPtr theWind, Longint byteCount);
  10. WindowPtr NewDWindow (Rect *bounds, StringPtr title, Boolean visible, WindowPtr behind, Boolean goAway, Longint refCon);
  11. WindowPtr GetNewDWindow (Integer resourceNum, WindowPtr behind);
  12. void DisplayText (Ptr theText, Longint len);
  13. void DisplayString (StringPtr theStr);
  14. void DisplayLong (Longint l);
  15. void DisplayInt (Integer i);
  16. void DisplayChar (char c);
  17. void DisplayLn (void);
  18. void DisplayBoolean (Boolean b);
  19. void DisplayHexChar (char c);
  20. void DisplayHexInt (Integer i);
  21. void DisplayHexLong (Longint l);